@charset "utf-8";

.product{
    padding: 50px 0;
}
.list{
    height: 512px;
    overflow: hidden;
}
.company{
    padding: 50px 0;
    background: #004563;
}
.company img{
    display: block;
    border: 3px solid #fff;
}
.company .fr{
    width: 550px;
}
.company h1{
    font-size: 30px;
    line-height: 80px;
    color: #fff;
}
.company p{
    font-size: 14px;
    color: #6c99ad;
    line-height: 20px;
    height: 240px;
    overflow: hidden;
}
.company a{
    display: block;
    line-height: 50px;
    font-size: 18px;
    background: #fff;
    width: 180px;
    text-align: center;
    margin-top: 10px;
    color: #004563;
}
.company a b{
    display: inline-block;
    width: 16px;
    height: 16px;
    border-radius: 16px;
    background: #004563;
    vertical-align: middle;
}
.company a b i{
    display: block;
    border: 4px solid transparent;
    border-left-color: #fff;
    margin: 4px 7px;
}

.news{
    padding: 50px 0;
}
.news h3{
    font-size: 30px;
    line-height: 30px;
    border-left: 4px solid #004563;
    text-indent: 10px;
}
.nlist{
    margin-top: 30px;
    height:435px;
    overflow: hidden;
}
